projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20defc5
)
Unbreak the MS-Windows build
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 18 Jan 2016 15:42:57 +0000
(17:42 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 18 Jan 2016 15:42:57 +0000
(17:42 +0200)
* src/sysdep.c (emacs_gnutls_global_init, gnutls_rnd): Disable for
WINDOWSNT, to avoid link failure. (Bug#22202)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index 6b2b2053a2477f74ce34b6aef58bfa7edcb8fb18..d3e271b9dff30eb674d8ed28323b0e218973ee3b 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-100,7
+100,7
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include "cm.h"
#include "gnutls.h"
-#if 0x020c00 <= GNUTLS_VERSION_NUMBER
+#if 0x020c00 <= GNUTLS_VERSION_NUMBER
&& !defined WINDOWSNT
# include <gnutls/crypto.h>
#else
# define emacs_gnutls_global_init() Qnil